home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
et
/
et-2_2.lha
/
et2.2
/
applications
/
draw
/
DynShape2.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-02-09
|
330b
|
20 lines
#ifndef DynShape2_First
#define DynShape2_First
#include "DynShape.h"
//---- DynShape2 ---------------------------------------------------------------
class DynShape2: public DynShape {
public:
MetaDef(DynShape2);
DynShape2();
void Draw(Rectangle);
void Outline(Point, Point);
};
#endif DynShape2_First